home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
containers
/
HBox.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
467b
|
24 lines
package mx.containers
{
import mx.core.mx_internal;
use namespace mx_internal;
public class HBox extends Box
{
mx_internal static const VERSION:String = "3.0.0.0";
public function HBox()
{
super();
mx_internal::layoutObject.direction = BoxDirection.HORIZONTAL;
}
override public function set direction(param1:String) : void
{
}
}
}